runtime.mcache.reusableNoscan (field)
9 uses
runtime (current package)
malloc.go#L2050: v := c.reusableNoscan[spc]
malloc.go#L2054: c.reusableNoscan[spc] = v.ptr().next
mcache.go#L57: reusableNoscan [numSpanClasses]gclinkptr
mcache.go#L171: c.reusableNoscan[spc] = 0
mcache.go#L173: if c.reusableNoscan[spc] != 0 {
mcache.go#L341: clear(c.reusableNoscan[:])
mcache.go#L380: v.ptr().next = c.reusableNoscan[spc]
mcache.go#L381: c.reusableNoscan[spc] = v
mcache.go#L390: return c.reusableNoscan[spc] != 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |